ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexChart<T> Class / Series Property

In This Topic
    Series Property (FlexChart<T>)
    In This Topic
    Gets the collection of series objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property Series As IList(Of ChartSeriesBase(Of T))
    public IList<ChartSeriesBase<T>> Series {get;}
    See Also